home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / XmCreateRowColumn.z / XmCreateRowColumn
Encoding:
Text File  |  2003-11-18  |  4.7 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeRRRRoooowwwwCCCCoooolllluuuummmmnnnn((((3333XXXX))))     UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV     XXXXmmmmCCCCrrrreeeeaaaatttteeeeRRRRoooowwwwCCCCoooolllluuuummmmnnnn((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _X_m_C_r_e_a_t_e_R_o_w_C_o_l_u_m_n - The RowColumn widget creation function
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       #include <Xm/RowColumn.h>
  13.  
  14.       Widget XmCreateRowColumn (ppppaaaarrrreeeennnntttt,,,, nnnnaaaammmmeeee,,,, aaaarrrrgggglllliiiisssstttt,,,, aaaarrrrggggccccoooouuuunnnntttt)
  15.            _W_i_d_g_e_t     ppppaaaarrrreeeennnntttt;
  16.            _S_t_r_i_n_g     nnnnaaaammmmeeee;
  17.            _A_r_g_L_i_s_t     aaaarrrrgggglllliiiisssstttt;
  18.            _C_a_r_d_i_n_a_l     aaaarrrrggggccccoooouuuunnnntttt;
  19.  
  20.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  21.       _X_m_C_r_e_a_t_e_R_o_w_C_o_l_u_m_n creates an instance    of a RowColumn widget
  22.       and returns the associated widget ID.     If _X_m_N_r_o_w_C_o_l_u_m_n_T_y_p_e
  23.       is not specified, then it is created with _X_m_W_O_R_K__A_R_E_A, which
  24.       is the default.
  25.  
  26.       If this function is used to create a Popup Menu of type
  27.       _X_m_M_E_N_U__P_O_P_U_P or a Pulldown Menu of type _X_m_M_E_N_U__P_U_L_L_D_O_W_N, a
  28.       MenuShell widget is not automatically    created    as the parent
  29.       of the MenuPane.  The    application must first create the
  30.       MenuShell by using either _X_m_C_r_e_a_t_e_M_e_n_u_S_h_e_l_l or the standard
  31.       toolkit create function.
  32.  
  33.       ppppaaaarrrreeeennnntttt
  34.            Specifies the parent widget ID
  35.  
  36.       nnnnaaaammmmeeee Specifies the name of the created widget
  37.  
  38.       aaaarrrrgggglllliiiisssstttt
  39.            Specifies the argument list
  40.  
  41.       aaaarrrrggggccccoooouuuunnnntttt
  42.            Specifies the number of attribute/value pairs in    the
  43.            argument    list (aaaarrrrgggglllliiiisssstttt)
  44.  
  45.       For a    complete definition of RowColumn and its associated
  46.       resources, see _X_m_R_o_w_C_o_l_u_m_n(_3_X).
  47.  
  48.      RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  49.       Returns the RowColumn    widget ID.
  50.  
  51.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  52.       _X_m_C_r_e_a_t_e_M_e_n_u_B_a_r(_3_X), _X_m_C_r_e_a_t_e_M_e_n_u_S_h_e_l_l(_3_X),
  53.       _X_m_C_r_e_a_t_e_O_p_t_i_o_n_M_e_n_u(_3_X), _X_m_C_r_e_a_t_e_P_o_p_u_p_M_e_n_u(_3_X),
  54.       _X_m_C_r_e_a_t_e_P_u_l_l_d_o_w_n_M_e_n_u(_3_X), _X_m_C_r_e_a_t_e_R_a_d_i_o_B_o_x(_3_X),
  55.       _X_m_C_r_e_a_t_e_S_i_m_p_l_e_C_h_e_c_k_B_o_x(_3_X), _X_m_C_r_e_a_t_e_S_i_m_p_l_e_M_e_n_u_B_a_r(_3_X),
  56.       _X_m_C_r_e_a_t_e_S_i_m_p_l_e_O_p_t_i_o_n_M_e_n_u(_3_X),    _X_m_C_r_e_a_t_e_S_i_m_p_l_e_P_o_p_u_p_M_e_n_u(_3_X),
  57.       _X_m_C_r_e_a_t_e_S_i_m_p_l_e_P_u_l_l_d_o_w_n_M_e_n_u(_3_X), _X_m_C_r_e_a_t_e_S_i_m_p_l_e_R_a_d_i_o_B_o_x(_3_X),
  58.       _X_m_C_r_e_a_t_e_W_o_r_k_A_r_e_a(_3_X),    _X_m_R_o_w_C_o_l_u_m_n(_3_X),
  59.       _X_m_V_a_C_r_e_a_t_e_S_i_m_p_l_e_C_h_e_c_k_B_o_x(_3_X),    _X_m_V_a_C_r_e_a_t_e_S_i_m_p_l_e_M_e_n_u_B_a_r(_3_X),
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeRRRRoooowwwwCCCCoooolllluuuummmmnnnn((((3333XXXX))))     UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV     XXXXmmmmCCCCrrrreeeeaaaatttteeeeRRRRoooowwwwCCCCoooolllluuuummmmnnnn((((3333XXXX))))
  71.  
  72.  
  73.  
  74.       _X_m_V_a_C_r_e_a_t_e_S_i_m_p_l_e_O_p_t_i_o_n_M_e_n_u(_3_X),
  75.       _X_m_V_a_C_r_e_a_t_e_S_i_m_p_l_e_P_o_p_u_p_M_e_n_u(_3_X),
  76.       _X_m_V_a_C_r_e_a_t_e_S_i_m_p_l_e_P_u_l_l_d_o_w_n_M_e_n_u(_3_X), and
  77.       _X_m_V_a_C_r_e_a_t_e_S_i_m_p_l_e_R_a_d_i_o_B_o_x(_3_X).
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 11/11/03)
  130.  
  131.  
  132.  
  133.